Remove the sunset /sign/conversions requests from the Sign Postman collection - #17
Merged
Merged
Conversation
…llection Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
dgielty
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes CW-4595.
Companion to https://github.com/Nitro/public-api/pull/673, which removes
POST /sign/conversions,GET /sign/conversions/{jobID}/statusandGET /sign/conversions/{jobID}:download-converted(deprecated March 2026, sunset 1 July 2026). Merge when #673 reaches production.Removes the Conversions folder (Convert File to PDF, Get Converted File by Job ID, Get Conversion Job Status) from
postman/Sign-API.postman_collection.json, so an imported collection doesn't offer requests that return 404. The replacement is the existing Create Document by Envelope ID request, which accepts the same file types (non-PDF files needcontentTypeset in themetadatapart).The collection still parses, and the Envelope and Authentication folders are unchanged. Nothing else in the repo uses these routes: the Python and TypeScript clients use Platform
/conversions, which stays.The docs page that embeds this collection is fixed in the companion PR: https://github.com/Nitro/public-api-docs/pull/115
🤖 Generated with Claude Code